home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Tri28.Form < prev    next >
Text File  |  1994-04-13  |  267b  |  33 lines

  1. Tri28
  2. {
  3.     {
  4.         mirrorxy
  5.         x1=-4.0
  6.         x2= 4.0
  7.         y1=-4.0
  8.         y2= 4.0
  9.         bailout=2.0
  10.     }
  11.     {
  12.         pixel=cos(pixel)
  13.         pixel=tan(pixel)
  14.         pixel=log(pixel)
  15.         pixel=cos(pixel)
  16.         c=pixel
  17.         z=pixel
  18.     }
  19.     {
  20.         z=z*c
  21.         r=sin(z)
  22.         z=r*r
  23.         z=c/z
  24.         z=z+c
  25.         w=abs(z)
  26.     }
  27.     {
  28.         w>bailout
  29.     }
  30.     {
  31.     }
  32. }
  33.